ChatLocation

@Serializable
data class ChatLocation(val location: LocationContent, val address: String)

Represents a location to which a chat is connected.

Api reference

Constructors

Link copied to clipboard
constructor(location: LocationContent, address: String)

Properties

Link copied to clipboard

Location address; 1-64 characters, as defined by the chat owner

Link copied to clipboard

The location to which the supergroup is connected. Can't be a live location.